Node Remote Hardware Pin
RemoteHardwarePins associated with a node
Content copied to clipboard
meshtastic.NodeRemoteHardwarePin
Types
Functions
Link copied to clipboard
inline fun MeshProtos.NodeRemoteHardwarePin.copy(block: NodeRemoteHardwarePinKt.Dsl.() -> Unit): MeshProtos.NodeRemoteHardwarePin
inline fun MeshProtos.NodeRemoteHardwarePin.copy(block: NodeRemoteHardwarePinKt.Dsl.() -> Unit): MeshProtos.NodeRemoteHardwarePin
inline fun MeshProtos.NodeRemoteHardwarePin.copy(block: NodeRemoteHardwarePinKt.Dsl.() -> Unit): MeshProtos.NodeRemoteHardwarePin
inline fun MeshProtos.NodeRemoteHardwarePin.copy(block: NodeRemoteHardwarePinKt.Dsl.() -> Unit): MeshProtos.NodeRemoteHardwarePin
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The node_num exposing the available gpio pin
Content copied to clipboard
uint32 node_num = 1;
Link copied to clipboard
Link copied to clipboard
The the available gpio pin for usage with RemoteHardware module
Content copied to clipboard
.meshtastic.RemoteHardwarePin pin = 2;
Link copied to clipboard
The the available gpio pin for usage with RemoteHardware module
Content copied to clipboard
.meshtastic.RemoteHardwarePin pin = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: MeshProtos.NodeRemoteHardwarePin): MeshProtos.NodeRemoteHardwarePin.Builder
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.NodeRemoteHardwarePin
Link copied to clipboard
Link copied to clipboard